home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / pascal / mgn.com / M.BAT < prev    next >
Encoding:
DOS Batch File  |  1989-04-13  |  972 b   |  58 lines

  1. echo off
  2. cls
  3.  
  4.  
  5. mgn mgn.mnu
  6. for %%e in (4 10 11 12 20 21 22 23 24 25) do if errorlevel=%%e SET opt=%%e
  7. for %%e in (30 31 32 40 41 42 43 255) do if errorlevel=%%e SET opt=%%e
  8. goto %opt%
  9. :255
  10. quit
  11. :43
  12. echo Pretending to use Prolog
  13. quit
  14. :42
  15. echo Pretending to use Turbo C
  16. quit
  17. :41
  18. echo Pretending to use TurboAssembler
  19. quit
  20. :40
  21. echo Pretending to use Turbo Pascal
  22. quit
  23. :32
  24. echo Pretending to use HP-12C Financial Calculator
  25. quit
  26. :31
  27. echo Pretending to use a 41C Emulator
  28. quit
  29. :30
  30. echo Pretending to use PopCalc
  31. quit
  32. :24
  33. echo Pretending to use MicroStar
  34. quit
  35. :23
  36. echo Pretending to use the Video Display Editor
  37. quit
  38. :22
  39. echo Pretending to use WordStar 
  40. quit
  41. :21
  42. echo Pretending to use Word Perfect
  43. quit
  44. :20
  45. echo Pretending to use Sprint:the Word Processor
  46. quit
  47. :12
  48. echo Pretending to use AsEasyAs
  49. quit
  50. :11
  51. echo Pretending to use 1-2-3
  52. quit
  53. :10
  54. echo Pretending to use Quattro
  55. quit
  56. :4
  57. echo Pretending to use the Help menu
  58.